@charset "utf-8";
ul li{ list-style:none;}
.holder { min-width:200px;float:right;}

.holder a {
	font-size: 12px;
	cursor: pointer; margin:25px 5px;
	color: #666;
	display:block;
	height:20px; width:20px; text-align:center; line-height:20px; float:left; background:#eeeeef;
	text-decoration:none;
}

.holder a:hover {
	background-color: #ef7d02;
	color: #fff;
}

.holder a.jp-previous { margin-right: 15px; width:50px; }
.holder a.jp-next { margin-left: 15px; width:50px;}

.holder a.jp-current, a.jp-current:hover { 
	color: #fff; background:#ef7d02; height:20px; width:20px; line-height:20px;
	font-weight: bold;cursor: default;
}

.holder a.jp-disabled, a.jp-disabled:hover {
	color: #666; cursor: default;
	width:50px;
}

.holder span { margin: 25px 5px; float:left; }
